home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / clib / bevel_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-19  |  536 b   |  33 lines

  1. #ifndef CLIB_BEVEL_PROTOS_H
  2. #define CLIB_BEVEL_PROTOS_H
  3. /*
  4. **    $VER: bevel_protos.h 44.1 (19.10.1999)
  5. **    Includes Release 44.1
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1987-1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifndef INTUITION_CLASSES_H
  18. #include <intuition/classes.h>
  19. #endif
  20.  
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24.  
  25. Class * BEVEL_GetClass(VOID);
  26. VOID RereadBevelPrefs(VOID);
  27.  
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31.  
  32. #endif /* CLIB_BEVEL_PROTOS_H */
  33.